This function returns the ASCII character whose ordinal number is the given integer.
chr::=
n
0
127
CHR(0)
NULL
SELECT CHR(88) CHR;